Overload | Description |
---|---|
ContainKeys(TKey[]) | Asserts that the dictionary contains all of the specified keys. Key comparison will honor the equality comparer of the dictionary when applicable. |
ContainKeys(IEnumerable<TKey>,String,Object[]) | Asserts that the dictionary contains all of the specified keys. Key comparison will honor the equality comparer of the dictionary when applicable. |